﻿@charset "utf-8";
html, body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0
}
body, html {
	font:12px/1.8 'microsoft yahei',tahoma,verdana,'simsun',Arial;
	color: #595959;
	/*font-family: Arial;*/
	font-size: 12px;
}
ul, ol, li {
	list-style-type: none
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: #000;
	cursor: pointer;
}
.red {
	color: #ff0000;
}
.clearfix{
	clear:both;
}
.w1200 {
	width: 1200px;
	margin:0 auto;
	overflow:hidden;
}
img{
	max-width:100%;
	height:auto;
}





/*页码样式*/
.met_pager{text-align:center;padding:30px 0 0}
.met_pager a{border:1px solid #e0e0e0;text-align:center;height:28px;line-height:28px;min-width:28px;_width:28px;text-align:center;display:inline-block;color:#aaa}
.met_pager a:hover{border:1px solid #a0a0a0;color:#aaa}
.met_pager .PreSpan,.met_pager .NextSpan{height:30px;line-height:30px;min-width:60px;_width:60px;text-align:center;background:#f0f0f0;color:#ccc;display:inline-block}
.met_pager .PreA,.met_pager .NextA{height:28px;line-height:28px;min-width:58px;_width:58px;color:#aaa}
.met_pager .PreSpan,.met_pager .PreA{margin-right:6px}
.met_pager .NextSpan,.met_pager .NextA{margin-left:6px}
.met_pager .firstPage,.met_pager .lastPage{font-weight:bold;height:28px;line-height:28px;min-width:40px;_width:40px;color:#aaa}
.met_pager .Ahover{font-weight:bold;background:#f0f0f0;color:#aaa}
.met_pager .PageText{margin-left:10px;color:#aaa}
.met_pager #metPageT,#metPageB{text-align:center;border:1px solid #e0e0e0;color:#aaa}
.met_pager #metPageT{width:20px;padding:6px 5px 5px}
.met_pager #metPageB{min-width:40px;_width:40px;padding:6px 0 5px;cursor:pointer;font-weight:bold}
*html .met_pager #metPageT{height:13px;line-height:13px}
*html .met_pager #metPageB{padding:0;height:28px;line-height:20px}
*+html .met_pager #metPageT{height:13px;line-height:13px}
*+html .met_pager #metPageB{padding:0;height:28px;line-height:20px}

/*按钮*/
.button{ display: inline-block; zoom: 1; *display: inline; vertical-align: baseline; margin: 0 2px; outline: none; cursor: pointer; text-align: center; text-decoration: none; font: 14px/100% Arial, Helvetica, sans-serif; padding: .5em 2em .55em; text-shadow: 0 1px 1px rgba(0,0,0,.3); -webkit-border-radius: .5em; -moz-border-radius: .5em; border-radius: .5em; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); box-shadow: 0 1px 2px rgba(0,0,0,.2);}
.button:hover { text-decoration: none; color:#fff; }
.button:active { position: relative; top: 1px;}
.orange{ color: #fef4e9; border: solid 1px #da7c0c; background: #f78d1d; background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20)); background: -moz-linear-gradient(top,  #faa51a,  #f47a20); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20'); }
.orange:hover { background: #f47c20; background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015)); background: -moz-linear-gradient(top,  #f88e11,  #f06015); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015'); }
.orange:active { color: #fcd3a5; background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a)); background: -moz-linear-gradient(top,  #f47a20,  #faa51a); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');}
input.input-text,input.input-file,input.code,textarea { padding: 4px; font-size: 15px; outline: none; text-shadow: 0px 1px 0px #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border: 1px solid #ccc; -webkit-transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; background:#fff url(../images/dt-10.gif) repeat-x left top; }
input.input-text:focus,input.input-file:focus,input.code:focus,textarea:focus { border: 1px solid #fafafa; -webkit-box-shadow: 0px 0px 6px #007eff; -moz-box-shadow: 0px 0px 5px #007eff; box-shadow: 0px 0px 5px #007eff;}

/*表单*/
td.text{ width:20%; padding:6px 5px 6px 0px; text-align:right; font-size:14px; font-weight:bold;}
td.input{ padding:6px 8px;}
td.input input{ margin-right:8px;}
td.input .info{ padding-left:15px; color:#f00;}
td.input img{ position:relative; bottom:1px;}
td.submint{ padding:10px;}

/*首页*/
.head {
	background: #fafafa;
	border-bottom: 1px solid #ebebeb;
	margin: 0 auto;
	overflow: hidden;
}

/*top*/
.top_wrap {
	width: 100%;
	margin: 0 auto;
}
.top {
	width: 100%;
}
.top ul,
.top ul li {
	float: left;
}
.top ul li span img {
	float: left;
	padding-top: 11px;
	width: 16px;
	height: 16px;
}
.top ul li a {
	float: left;
	font-size: 15px;
	color: #333333;
	height: 40px;
	line-height: 40px;
	text-indent: 6px;
}
.top dl {
	position: relative;
	float: right;
}
.top dl dd {
	float: left;
	font-size: 15px;
	color: #333333;
	line-height: 40px;
	height: 40px;
	padding-left: 20px;
}
.top dl dd a:hover {
	color: #ff0000;
}
.logo_wrap {
	margin: 0 auto;
	padding:0 0 15px;
}
.logo {
	margin: 0 auto;
}
.logo_phone {
	width: 100%;
}
.logo_phone ul {
	float: left;
}
.logo_phone ul li {
	float: left;
	margin-top: 17px;
}
.logo_phone dl {
	float: right;
	margin-top: 30px;
}
.logo_phone dl dd {
	float: left;
	height: 30px;
	line-height: 30px;
}
.logo_phone dl dd span {
	font-size: 25px;
	color: #00479d;
	float: left;
}
.logo_phone dl dd img {
	height: 30px;
	width: 30px;
	vertical-align: text-bottom;
	padding-right: 6px;
}
.logo_phone dl dt {
	float: left;
}
.logo_phone dl dt span {
	font-size: 16px;
	font-weight: bold;
	color: #00479d;
}
.logo_phone dl dt a{
	display:block;
}
/*导航条样式*/
.nav {
	background: #00479d;
	position: relative;
	z-index: 1;
}
.nav_wrap {
	margin: 0 auto;
}
.nav .header_nav {
	width: 100%;
}
.header_nav ul li {
	float: left;
	/*padding: 0 15px;*/
	height: 50px;
	line-height: 50px;
}
.header_nav ul li a {
	padding: 0 15px;
}
.header_nav ul .home {
	float: left;
	background: #fff;
	height: 50px;
	text-align: center;
	line-height: 50px;
}
.header_nav ul li .home {
	color: #00479d;
}
.header_nav ul li a {
	font-size: 15px;
	font-weight: 700;
	color: #fff;
}
.menu .m {
	position: relative;
	z-index: 99;
}
.menu .sub {
	display: none; /*默认隐藏*/
	width: auto;
	position: absolute;
	top: 40px;
	background: #00479d;
	text-align: center;
	z-index:100;
}
.menu .sub li {
	padding: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	white-space: nowrap;
}
.menu .sub li a {
	padding: 5px 10px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #fff;
}
.menu .sub li:hover {
	width: 100%;
	color: #00479d;
	background: #388BFC;
}
/*BANNER*/
.banner {
	width:100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.banner .bd {
	position: relative;
	z-index: 0;
}
.banner .bd ul {
	width: 100% !important;
}
.banner .bd li {
	width: 100% !important;
}
.banner .bd li .siteWidth {
	position: relative;
	margin: 0 auto;
	height: 100%;
}
.banner .bd li a {
	height: 299px;
	display: block;
}
.banner .bd .txt {
	position: absolute;
	width: 415px;
	top: 100px;
	left: 22px;
	font: normal 18px/30px "Microsoft YaHei";
}
.banner .bd .btn {
	display: block;
	zoom: 1;
	margin-top: 8px;
	width: 72px;
	padding-right: 10px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	background: url(../banner-btn.png) 0 0 no-repeat;
	_background: url(../banner-btn-ie6.png) 0 0 no-repeat;
}
.banner .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.banner .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display:inline;
	*zoom: 1;
	width: 11px;
	height: 11px;
	margin: 4px;
	background: url(../dot-black.png) 0 0;
	overflow: hidden;
	line-height: 9999px;
	filter: alpha(opacity=40);
	opacity: 0.4;
}
.banner .hd ul .on {
	filter: alpha(opacity=100);
	opacity: 1;
	background: #fb6f0d;
}
/*top*/

/*内容*/
.bigwrap {
	
	overflow: hidden;
}
.content_wrap {
	width: 100%;
	margin: 0 auto;
}
/*搜索*/
.search_1 {
	background: #3e526b;
	width:100%;
	margin-top: 30px;
	padding:40px 80px;
	box-sizing:border-box;
}
.search {
	width: 100%;
	color: #fff;	
}
.search h3{
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin-top: 30px;
}
.search h6{
	font-size: 16px;
}
.box li {
	display: inline-block;
	*display: inline;
	*zoom:1;
	height: 50px;
	/*width: 150px;*/
	/*margin-left: 78px;*/
	margin-top: 30px;
}
.box .seach-sle{
	width:20%;
}
.box .seach-inp{
	width:55%;
	padding-left:20px;
	box-sizing: border-box;
}
.box .seach-btn{
	width:20%;
}
.box .parasearch_class select {
	height: 50px;
	padding-left: 14px;
	font-size: 15px;
	width:100%;
}
.parasearch_title {
	display: none;
}
.parasearch_input input {
	background: #fff none repeat scroll 0 0;
	border: 3px solid #fff;
	color:#000000;
	height: 50px;
	font-size: 15px;
	padding: 0 10px;
	width:100%;
	box-sizing:border-box;
}
.parasearch_search .searchgo {
	background: #00b7ee none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	height: 50px;
	margin-left: -6px;
	width:100%;
}
/*搜索*/

/*权威*/
.y_authority {
	width: 100%;
	margin-top: 30px;
}
.tool,
.tool1 {
	float: left;
	width: 49%;
	border: 1px solid #0078b7;
	background: #008dd7;
	box-sizing:border-box;
	padding:20px 30px;
	position:relative;
}
.tool1 {
	float: right;
}
.y_authority ul{
	position:absolute;
	height:120px;
	width:120px;
}
.y_authority ul li img {
}
.y_authority dl {
	width:100%;
	padding-left: 140px;
	box-sizing:border-box;
}
.y_authority dl dt a {
	float: left;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	width: 100%;
}
.y_authority dl dd a {
	float: left;
	font-size: 14px;
	color: #fff;
	padding-top: 5px;
	width: 100%;
}


.category {
	margin-top: 30px;
}
.menu_nav {
	float: left;
	width: 100%;
}
.b_title {
	float: left;
	margin-top: 20px;
	width: 100%;
	background: url("../hengtiao.png")0 0 no-repeat;
}
.b_title dl {
	float: left;
}
.b_title dl dd {
	float: left;
	margin-left: 16px;
	font-size: 24px;
	color: #333333;
	height: 24px;
	line-height: 24px;
}
.b_title dl dt {
	float: left;
	font-size: 24px;
	color: #cccccc;
	height: 24px;
	line-height: 24px;
	margin-left: 8px;
}
.fp_brand {
	width: 100%;
	border: 1px solid #ebebeb;
	background: #f4f8fc;
	margin-top: 20px;
	box-sizing:border-box;
}
.fp_brand .product_image {
	overflow: hidden;
	width:100%;
}
.fp_brand .product_image li {
	width: 18%;
	float: left;
	overflow: hidden;
	padding:1%;
	position: relative;
}
.fp_brand .product_image li img {
	display: block;
	background: url(../loading.gif) center center no-repeat;
}
.fp_brand .product_image li .title-shade {
	background-color: #000;
	border-top: 1px solid #000000;
	opacity: 0.5;
	filter: alpha(opacity=30);
	width: 100%;
	height: 25px;
	margin-top: -25px;
	text-align: center;
}
.fp_brand .product_image li .title-shade span {
	width: 215px;
	color: #FFF;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.fp_brand .product_image li .numcircular {
	background-color: #0063EB;
	border-radius: 35px;
	opacity: 0.5;
	filter: alpha(opacity=30);
	width: 70px;
	height: 70px;
	margin-bottom: -70px;
	text-align: center;
}
.fp_brand .product_image li .numcircular span {
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	color: #FFF;
	text-align: center;
	font-size: 24px;
}
.news {
	width: 100%;
}
.news_list {
	float: left;
	width: 48%;
	margin-right: 1%;
	margin-left: 1%;
	position: relative;
}
.topclass {
	width: 100%;
	border-bottom: 1px solid #ebebeb;
	height: 44px;
	line-height: 44px;
	margin-top:20px;
}
.topclass dl {
	float:left;
	width: 100%;
	background: url("../hengtiao.png")0 0 no-repeat;
}
.topclass dl dd span {
	float: left;
	font-size: 24px;
	color: #333333;
	height: 24px;
	line-height: 24px;
	margin-left: 16px;
	text-align: center;
}
.topclass dl dd i {
	float: left;
	font-size: 24px;
	color: #cccccc;
	height: 24px;
	line-height: 24px;
	margin-left: 8px;
	text-align: center;
}
.topclass dl dt {
	float: right;
	font-size: 12px;
	color: #00479d;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	margin-left: 8px;
	text-align: center;
}
.y_news {
	float: left;
	width: 100%;
}
.y_news ul li {
	float: left;
	border-bottom: 1px dashed #cccccc;
	height: 44px;
	line-height: 44px;
	width: 100%;
}
.y_news ul li a {
	float: left;
	font-size: 15px;
	color: #333333;
	width: 80%;
	overflow:hidden;
	text-overflow:ellipsis; 
	white-space:nowrap;
}
.y_news ul li span {
	/*margin-left: 358px;*/
	width: 20%;
	float:right;
	font-size: 15px;
	color: #999999;
	overflow: hidden;
}
/*品牌代理*/
.multipleColumn {
	float: left;
	margin-top: 30px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.multipleColumn .hd {
	overflow: hidden;
	height: 30px;
	background: #f4f4f4;
	padding: 0 10px;
	background: url("../hengtiao.png")0 0 no-repeat;
}
.multipleColumn .hd .left {
	float: left;
}
.multipleColumn .hd .left dd {
	float: left;
	font-size: 24px;
	color: #333333;
	height: 24px;
	line-height: 24px;
	margin-left: 16px;
	text-align: center;
}
.multipleColumn .hd .left dt {
	float: left;
	font-size: 24px;
	color: #cccccc;
	height: 24px;
	line-height: 24px;
	margin-left: 8px;
	text-align: center;
}
.multipleColumn .hd .prev, .multipleColumn .hd .next {
	display: block;
	width: 5px;
	height: 9px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url("../icoLeft.gif") no-repeat;
}
.multipleColumn .hd .next {
	background: url("../icoRight.gif") no-repeat;
}
.multipleColumn .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}
.multipleColumn .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url("../icoCircle.gif") 0 -9px no-repeat;
}
.multipleColumn .hd ul li.on {
	background-position: 0 0;
}
.multipleColumn .bd {
	border: 1px solid #ebebeb;
	background: #f4f8fc;
	padding: 10px;
	overflow: hidden;
}
.multipleColumn .bd ul {
	overflow: hidden;
	zoom: 1;
	width: 294px;
	float: left;
	_display: inline;
}
.multipleColumn .bd ul li {
	margin: 0 2px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.multipleColumn .bd ul li .pic {
	text-align: center;
}
.multipleColumn .bd ul li .pic img {
	width: 135px;
	height: 64px;
	display: block;
	padding: 2px;
	border: 1px solid #ccc;
}
.multipleColumn .bd ul li .pic a:hover img {
	border-color: #999;
}
.multipleColumn .bd ul li .title {
	line-height: 24px;
	width: 100px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*品牌代理 滚动效果*/

/*公司简介*/
.company_profile {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.picFocus {
	float: left;
	width: 35%;
	margin-top: 10px;
	position: relative;
	overflow: hidden;
	zoom: 1;
}
.picFocus .hd {
	width: 100%;
	overflow: hidden;
}
.picFocus .hd ul {
	margin-right: -5px;
	overflow: hidden;
	zoom: 1;
}
.picFocus .hd ul li {
	padding-top: 5px;
	float: left;
	text-align: center;
}
.picFocus .hd ul li img {
	width: 109px;
	height: 65px;
	border: 2px solid #ddd;
	cursor: pointer;
	margin-right: 5px;
}
.picFocus .hd ul li.on {
	background: url("../icoUp.gif") no-repeat center 0;
}
.picFocus .hd ul li.on img {
	border-color: #f60;
}
.picFocus .bd li {
	vertical-align: middle;
}
.picFocus .bd img {
	width: 100%;
	display: block;
}
.index_content_text {
	float: left;
	width: 65%;
	margin-top: 10px;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing:border-box;
	padding-left:20px;
}
/*公司简介*/

/*A~Z css */
.slideTxtBox {
	border: 1px solid #ddd;
	text-align: left;
}
.slideTxtBox .hd {
	line-height: 30px;
	background: #f4f4f4;
	padding: 0 10px 0 20px;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.slideTxtBox .hd ul {
}
.slideTxtBox .hd ul li {
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding: 0 15px;
	cursor: pointer;
}
.slideTxtBox .hd ul li.on {
	background: #fff;
	border: 1px solid #ddd;
	border-bottom: 2px solid #fff;
}
.slideTxtBox .bd ul {
	padding: 15px;
	zoom: 1;
}
.slideTxtBox .bd li {
	position: relative;
	height: 22px;
	width: 24%;
	line-height: 22px;
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*产品目录*/
.product_ml {
	float: left;
	margin-top: 20px;
	width: 100%;
}
.product_ml0 {
	float: left;
	width: 380px;
	overflow: hidden;
}
.product_ml0 ul {
	float: left;
}
.product_ml0 ul li a {
	float: left;
	font-size: 15px;
	color: #00479d;
	height: 30px;
	line-height: 30px;
}
.product_ml1 {
	float: left;
	margin-left: 30px;
	width: 380px;
	overflow: hidden;
}
.product_ml1 ul {
	float: left;
}
.product_ml1 ul li a {
	float: left;
	font-size: 15px;
	color: #00479d;
	height: 30px;
	line-height: 30px;
}
.product_ml2 {
	float: left;
	margin-left: 30px;
	width: 380px;
	overflow: hidden;
}
.product_ml2 ul {
	float: left;
}
.product_ml2 ul li a {
	float: left;
	font-size: 15px;
	color: #00479d;
	height: 30px;
	line-height: 30px;
}
/*产品目录*/
.links {
	width: 100%;
}
.links_l {
	float: left;
	width: 100%;
	margin-top: 50px;
}
.links_l span {
	float: left;
}
.links_l ul li {
	float: left;
}
.links_l a {
	color: #806f66;
	float: left;
	font-size: 15px;
	margin-left: 16px
}
.links_l i {
	float: left;
	margin-left: 16px;
	color: #dddcdf;
	font-size: 15px;
}
/*详情页*/
.table_oC {
	width: 100%;
}
.table_wrap {
	margin: 0 auto;
}
.details {
	width: 100%;
}
.details_wrap {
	margin: 0 auto;
}
.y_left {
	float: left;
	width: 73%;
	overflow: hidden;
}
/*面包屑*/
.location {
	width: 100%;
	margin-top: 20px;
}
.location ul li {
	float: left;
	font-size: 15px;
	color: #999999;
	line-height: 24px;
}
.location ul li a {
	color: #999999;
	line-height: 24px;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
}
.location .p_l a {
	color: #00479d;
}
/*面包屑*/

.position {
	float: left;
	width: 100%;
}
.product_title {
	float: left;
	width: 100%;
	color: #fafafa;
	border: 1px solid #ebebeb;
	margin-top: 20px;
	box-sizing: border-box;
}
.product_title p {
	float: left;
	font-size: 24px;
	color: #333333;
	line-height: 50px;
	padding-left: 20px;
}
.product_title span a {
	float: right;
	font-size: 15px;
	color: #00479d;
	line-height: 50px;
	padding-right: 20px;
}
.product_img {
	float: left;
	width: 100%;
}
.left_img {
	float: left;
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
}
.left_img .tabBar {
	/*width: 100%;*/
	font-family: "Microsoft YaHei";
}
.left_img .tabBar .bd {
	border: 1px solid #C8D1D5;
	padding: 10px;
	clear: both;
	position: relative;
	/*height: 400px;*/
	overflow: hidden;
}
.left_img .tabBar .bd .conWrap {
	/*width: 500px;*/
	text-align: center;
}
.left_img .tabBar .prev, .tabBar .next {
	position: absolute;
	left: 10px;
	top: 50%;
}
.left_img .tabBar .next {
	left: auto;
	right: 10px;
}
.left_img .tabBar .prevStop, .tabBar .nextStop {
	display: none;
}
.left_img .tabBar .bd p {
	padding-bottom: 10px
}
.product_description {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.product_description dl {
	float: left;
}
.product_description dl dd img {
	float: left;
	height: 50px;
	width: 100%;
}
.product_description dl dt {
	float: left;
	margin-top: 10px;
	font-size: 15px;
	line-height: 30px;
}
.product_description ul li a {
	float: left;
	font-size: 15px;
}
.product_dst {
	width: 100%;
}
.y_title1 {
	width: 100%;
	margin-top: 15px;
}
.y_title1 dl dd {
	float: left;
	font-size: 24px;
	color: #333333;
}
.y_right {
	float: right;
	width: 25%;
	border: 1px solid #ededed;
	margin-top: 19px;
	padding-bottom: 20px;
}
.num {
	float: left;
	background: #fafafa;
	border-bottom: #ededed;
	height: 50px;
	width: 100%;
}
.num p {
	float: left;
	font-size: 20px;
	color: #333333;
	text-align: center;
	line-height: 50px;
	width: 100%;
}
.y_center {
	float: left;
	width: 100%;
}
.price {
	float: left;
	width: 100%;
}
.price dl dd {
	float: left;
	font-size: 30px;
	color: #00479d;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.price dl dt {
	float: left;
	font-size: 15px;
	color: #333333;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.options {
	float: left;
	width: 100%;
}
.options select {
	float: left;
	width: 260px;
	height: 40px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	border:1px solid #cccccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.options .volvo {
	float: left;
	width: 100%;
	font-size: 15px;
	padding-left: 10px;
	color: #333333;
}
.shopping_cart {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.shopping_cart dl {
	float: left;
	background: #f8182d;
	width: 260px;
	margin-left: 20px;
	margin-right: 20px;
	height: 42px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
}
.shopping_cart dl dd {
	float: left;
	margin-top: 10px;
	padding-left: 66px;
}
.shopping_cart dl dd img {
	height: 22px;
	width: 22px;
}
.shopping_cart dl dt {
	float: left;
	font-size: 18px;
	color: #fff;
	line-height: 42px;
	padding-left: 10px;
}
.product_comparison {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.product_comparison dl {
	float: left;
	background: #f2f2f2;
	border: 1px solid #ededed;
	width: 260px;
	margin-left: 20px;
	margin-right: 20px;
	height: 42px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
}
.product_comparison dl dd {
	float: left;
	margin-top: 10px;
	padding-left: 66px;
}
.product_comparison dl dd img {
	height: 22px;
	width: 22px;
}
.product_comparison dl dt {
	float: left;
	font-size: 18px;
	color: #333333;
	line-height: 42px;
	padding-left: 10px;
}
.address {
	float: left;
	border: 1px solid #ededed;
	margin-top: 26px;
	width: 260px;
	heigth: 260px;
	margin-left: 20px;
	margin-right: 20px;
}
.address ul {
	float: left;
	padding-left: 16px;
	padding-top: 10px;
	padding-bottom: 30px;
}
.address ul li {
	float: left;
	font-size: 15px;
	color: #333333;
	line-height: 26px;
}
.other {
	border: 1px solid #ededed;
	font-size: 12px;
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
	box-sizing:border-box;
}
.other li {
	text-align: center;
	width:25%;
	padding: 5px;
	float:left;
	box-sizing:border-box;
}

/*详情页*/

/*新闻列表*/
.sb_box {
}
.sb_box h3.title {
	border-bottom: 1px solid #cce6f5;
	height: 35px;
	line-height: 35px;
	position: relative;
}
.sb_box h3.title span {
	position: absolute;
	left: 0px;
	top: -1px;
	font-size: 14px;
	border-bottom: 2px solid #69CBF1;
	padding: 0px 15px;
	color: #2d648f;
}
.sb_box h3.title div.position {
	float: right;
	font-weight: normal;
	position: relative;
	top: 3px;
	right: 15px;
	color: #000;
}
.sb_box h3.title div.position a {
	color: #666;
}
.sb_box h3.title div.position a:hover {
	text-decoration: underline;
}
.br-bg {
	background: #fafdff;
	border: 1px solid #cadae7;
}
/*新闻*/
.newslist{ padding:15px 20px;}
.newslist li{ padding:6px 10px;  background:url(../li.png) no-repeat left 17px;}
.newslist li a{ font-size:14px; margin-right:5px;}
.newslist li span{ float:right; color:#aaa;}
.newslist li p{ color:#888; margin-top:5px;}

#shownews h4.related{ height:30px; line-height:30px;zoom:1; border-bottom:1px solid #4d6e95; margin:15px 0px 10px 0px;}
#shownews h4.related span{ float:left; display:inline; background:url(../rela-bg.jpg) repeat-x left top; min-width:70px;_width:70px; white-space:nowrap; text-align:center; color:#fff; text-shadow:-1px -1px #4d6e95; padding:0px 10px;}
#shownews .relatedlist li{ float:left; width:30%; margin-right:10px; height:27px; line-height:27px; padding-left:12px; background:url(../diantb.jpg) no-repeat 3px 12px; overflow:hidden; }
#shownews .relatedlist li a:hover{ text-decoration:underline; }
#shownews .met_hits {
	padding: 0px 5px;
	height: 35px;
	line-height: 35px;
	margin-top: 10px;
	border-top: 1px dotted #ccc;
	text-align: right;
	position: relative;
	color: #666;
}
#shownews .met_hits #ckepop {
position: absolute;
left: 5px;
top: 8px;
}
#shownews .met_page {
text-align: center;
}
*html #shownews .relatedlist li img{ margin-top:8px;}

#shownews{ padding:0px 15px 15px;}
#shownews .editor{ line-height:2; padding:0px 10px; font-size:14px;}
#shownews h1{ font-size:20px; text-align:center; border-bottom:1px dotted #ccc; padding:5px 0px; margin:10px 0px; color:#333;}
/*在线留言*/
#messagelist{ padding:15px;}
#messagelist .metlist{ margin-bottom:10px; border:6px solid #dedede; padding:5px;}
#messagelist .metlist dt{ background:url(../message.gif) no-repeat left center; border-bottom:1px dotted #dedede; padding:4px 0px 4px 20px; margin-bottom:5px;}
#messagelist .metlist dt span.name{ color:#2c7199;}
#messagelist .metlist dt span.time{ padding-left:8px; color:#999;}
#messagelist .metlist dt span.tt{ float:right; padding-right:5px;}
#messagelist .metlist dd.info span.tt{ display:none; clear:both;}
#messagelist .metlist dd.info span.text{ display:block; line-height:1.5; padding:8px 5px;}
#messagelist .metlist dd.reinfo span.tt{ background:url(../admin.gif) no-repeat left 3px; display:block; border-bottom:1px dotted #dedede; padding:2px 0px 2px 20px; margin:0px 0px 5px;color:#2c7199;}
#messagelist .metlist dd.reinfo span.text{ display:block; line-height:1.5; padding:8px 5px;}
#messagelist .ctitle{ margin:10px 0px 10px; padding:5px 20px; background:url(../dt-7.gif) no-repeat left center; *background-position:left 17px; font-size:14px; border-bottom:1px dotted #ccc;}
#messagelist table{ margin:0px auto;}
#messagetable{ padding:15px;}
#messagetable table{ margin:0px auto;}
.message_table input{ width:350px; height:25px;}
.message_table textarea{ width:350px; line-height:23px; height:200px;}
/*在线反馈*/
#feedback{ padding:15px;}
#feedback table{ margin:0px auto;}
/*列表页*/
.products_cont{
	width:100%;
	position:relative;
}

.left_products {
	position:absolute;
	left:0;
	top:0;
}
.btn_left{
	display:none;
}
.l_products {
	width: 250px;
	box-sizing:border-box;
	overflow: hidden;
	background-color:#fff;
	
}
.product_nav {
	float: left;
	background: #00479d;
	height: 60px;
	width: 100%;
}
.product_nav p {
	float: left;
	font-size: 24px;
	line-height: 60px;
	color: #fff;
	padding-left: 10px;
}
.related_products {
	float: left;
	width: 100%;
}
.related_products dl {
	float: left;
	padding-bottom: 10px;
	padding-top: 10px;
}
.related_products dl dd {
	float: left;
	width: 100%;
}
.related_products dl dd span {
	float: left;
	width: 4px;
	height: 4px;
	background: #00479d;
	margin-top: 18px;
	margin-left: 20px;
}
.related_products dl dd a {
	float: left;
	font-size: 20px;
	color: #00479d;
	line-height: 40px;
	height: 40px;
	margin-left: 10px;
}
.related_products dl dt {
	float: left;
	width: 100%;
}
.related_products dl dt span {
	float: left;
	width: 4px;
	height: 4px;
	background: #999999;
	margin-top: 18px;
	margin-left: 20px;
}
.related_products dl dt a {
	float: left;
	font-size: 20px;
	color: #999999;
	line-height: 40px;
	height: 40px;
	margin-left: 10px;
}
.right_products {
	width:100%;
	padding-left:270px;
	margin-top: 20px;
	box-sizing:border-box;
	min-height:480px;
}
.products {
	width: 100%;
	background: #ebebeb;
	height: 60px;
}
.quantity {
	float: left;
}
.quantity p {
	font-size: 20px;
	color: #333333;
	line-height: 60px;
	margin-left: 20px;
}
.sequence {
	float: right;
	margin-right: 10px;
	height: 40px;
	margin-top: 10px;
}
.sequence ul li {
	float: left;
	height: 40px;
}
.sequence .sequence_sel {
	float: left;
	height: 40px;
	width: 200px;
}
.sequence .sequence_sub {
	float: left;
	height: 40px;
	width: 80px;
	background-color: #00b7ee;
	border: none;
	color: #fff;
	font-size: 20px;
}
.product_list {
	width: 100%;
	margin-left:-10px;
	margin-right:-10px;
}
.product_list .product_list_item {
	width: 50%;
	border-bottom: 1px solid #ededed;
	position:relative;
	box-sizing:border-box;
	padding:0 10px 10px;
	float:left;
	margin-top:15px;
}
.product_i {
	width: 180px;
	border: 1px solid #ededed;
	position:absolute;
	overflow: hidden;
	zoom: 1;
	top:0;
	left:10px;
}
.product_i .hd {
	width: 100%;
	overflow: hidden;
}
.product_i .hd ul {
	margin-right: -5px;
	overflow: hidden;
	zoom: 1;
}
.product_i .hd ul li {
	padding-top: 5px;
	float: left;
	text-align: center;
}
.product_i .hd ul li img {
	width: 52px;
	height: 30px;
	border: 2px solid #ddd;
	cursor: pointer;
	margin-right: 5px;
}
.product_i .hd ul li.on {
	background: url("../icoUp.gif") no-repeat center 0;
}
.product_i .hd ul li.on img {
	border-color: #f60;
}
.product_i .bd li {
	vertical-align: middle;
}
.product_i .bd img {
	display: block;
}
.p_img {
	float: left;
	width: 178px;
}
.p_img ul {
	float: left;
	margin-top: 10px;
}
.p_img ul li img {
	float: left;
	width: 160px;
	height: 160px;
	padding-left: 10px;
}
.garden {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.garden dl {
	float: left;
	width: 100%;
	padding-left: 55px;
}
.garden dl dd img {
	float: left;
	margin-left: 10px;
}
.garden dl dt img {
	float: left;
	margin-left: 10px
}
.y_product {
	width:100%;
	margin-top: 20px;
	box-sizing:border-box;
	padding-left:210px;
	height:215px;
	overflow: hidden;
}
.product_name {
}
.product_name dl dt,
.product_name dl dd {
	font-size: 24px;
	color: #333333;
	width: 100%;
}
.product_name dl dt {
	font-size: 16px;
	margin-top: 8px;
}
.product_name b {
	font-size: 30px;
	color: #00479d;
	margin-top: 10px;
}

.product_sel {
	width: 120px;
}
.y_more {
	float: left;
}
.y_more select {
	float: left;
	height: 30px;
	width: 100px;
}
.y_more p {
	float: left;
	font-size: 15px;
	color: #333333;
	margin-top: 15px;
	margin-left: 10px;
}
.all_button {
	float: left;
	width: 100%;
	margin-top: 10px;
	overflow: hidden;
}
.shopping_cart1 dl {
	float: left;
	background: #f8182d;
	width: 150px;
	margin-left: 20px;
	margin-right: 20px;
	height: 42px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
}
.shopping_cart1 dl dd {
	float: left;
	margin-top: 10px;
	padding-left: 12px;
}
.shopping_cart1 dl dd img {
	height: 22px;
	width: 22px;
}
.shopping_cart1 dl dt {
	float: left;
	font-size: 18px;
	color: #fff;
	line-height: 42px;
	padding-left: 10px;
}
.product_comparison2 {
	float: left;
}
.product_comparison2 dl {
	float: left;
	background: #f2f2f2;
	border: 1px solid #ededed;
	width: 150px;
	margin-right: 20px;
	height: 42px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
}
.product_comparison2 dl dd {
	float: left;
	margin-top: 10px;
	padding-left: 18px;
}
.product_comparison2 dl dd img {
	height: 22px;
	width: 22px;
}
.product_comparison2 dl dt {
	float: left;
	font-size: 18px;
	color: #333333;
	line-height: 42px;
	padding-left: 10px;
}
.see_more {
	float: right;
}
.see_more a {
	float: left;
	font-size: 14px;
	color: #00479d;
	line-height: 42px;
}
/**/
.ui_page {
	float: left;
	width: 100%;
}
.page {
	float: left;
}
.page dl dd {
	float: left;
	width: 30px;
	height: 30px;
	background: #fafafa;
	border: #000;
}


/*列表页*/
.footer {
	background: #00479d;
	width: 100%;
	margin-top: 10px;
}
.footer_wrep {
	margin: 0 auto;
	overflow: auto;
}
.about_address {
	float: left;
	margin-top: 38px;
	width: 45%;
}
.about_address dl {
	float: left;
	overflow: hidden;
}
.about_address dl dd {
	float: left;
	width:52px;
}
.about_address dl dt, .about_address dl dt p {
	float: left;
	width: 100%;
	margin-left: 10px;
	font-size: 15px;
	color: #6a9ddb;
}
.about_address dl dt span {
	margin-left: 5px;
	margin-right: 8px;
	font-size: 12px;
}
.statement {
	float: right;
	margin-top: 38px;
	width: 55%;
}
.statement ul li {
	float: left;
	font-size: 15px;
	color: #6a9ddb;
}
.statement ul li {
	float: left;
}
.statement ul li a {
	font-size: 15px;
	color: #6a9ddb;
}
.statement ul li span {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
}
.statement dl {
	float: right;
}
.statement dl dd {
	float: left;
	margin-left: 14px;
	margin-top: 20px;
}
.copyright {
	width: 100%;
	height: 55px;
	margin-top: 20px;
	background: #00479d url("../xiantiao_24.png") repeat-x;
}
.copyright p {
	text-align: center;
	margin: 0 auto;
	font-size: 15px;
	color: #062c59;
	height: 50px;
	line-height: 30px;
}
.copyright p a {
	color: #062c59;
}

.rightNav{ position:fixed; width:140px;  right:0; top:100px; _position:absolute; text-align:left; cursor:pointer; background-image:url(about:blank); z-index:10;  }
.rightNav a{ display:block; position:relative; height:30px; line-height:30px; margin-bottom:2px; background:#fff; padding-right:10px; width:130px; overflow:hidden;  cursor:pointer; right:-110px; }
.rightNav a:hover{ text-decoration:none; color:#39A4DC;  }
.rightNav a:hover em{ background:#00b700}
.rightNav a em{ display:block; float:left; width:30px; background:#39A4DC; color:#fff; font-size:16px; text-align:center; margin-right:10px;}
.rightNav a.new em{ background:#f60;  }

@media (max-width: 1200px) {
  .w1200 {
    width: 992px;
  }
  .fp_brand .product_image li {
	width: 23%;
	padding:1%;
	}
}
@media (max-width: 992px) {
  .w1200 {
    width: 678px;
  }
  .hidden-sm {
    display: none !important;
  }
  .fp_brand .product_image li {
	width: 31.333%;
	padding:1%;
	}
	.left_products{
		width:100%;
		z-index:99;
	}
	.right_products{
		padding-left:36px;
	}
	.btn_left,
	.l_products{
		position:absolute;
		display:block;
		left:0;
		top:0;
	}
	.btn_left{		
		width:29px;
		border: solid #CCC 1px;
		font-size:16px;
		height:29px;
		text-align: center;
		line-height:29px;
		color:#00479d;
		cursor:pointer;		
	}
	.l_products{
		width:0;
	}
	
	.y_left{width:100%;}
	.y_right{display:none;}
}
@media (max-width: 768px) {
	.hidden-xs {
    display: none !important;
  }
  .w1200 {
    width: 100%;
	padding: 0 10px;
    box-sizing: border-box;
  }
  .search_1{
	  padding:20px 10px;
  }
  .box .seach-sle{
	width:100%;
}
	.box .seach-inp{
	width:70%;
	padding-left:0;
}
	.box .seach-btn{
	width:29%;
}

.about_address,
.statement,
.picFocus,
.index_content_text,
.news_list,
.tool,
.tool1{
	width:100%;
}
.product_list .product_list_item {
	width: 100%;
	float:none;
}
.product_i {
    width: 140px;
}
.y_product{
	padding-left:150px;
}
.product_name dl dt, .product_name dl dd{
	font-size:16px;
}
.fp_brand .product_image li {
	width: 48%;
	padding:1%;
	}
}